home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / oyun / mjwr10 / _SETUP.1 / MahJonggWall.exe / 0 / RCDATA / TFORTUNEBOX / TFORTUNEBOX.txt < prev   
Text File  |  1997-11-26  |  919b  |  47 lines

  1. object FortuneBox: TFortuneBox
  2.   Left = 264
  3.   Top = 229
  4.   VertScrollBar.Visible = False
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Fortune Cookie - Mah Jongg Wall'
  8.   ClientHeight = 179
  9.   ClientWidth = 424
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgBackground: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 424
  24.     Height = 179
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object imgOttowaFont: TImage
  28.     Left = 114
  29.     Top = 76
  30.     Width = 251
  31.     Height = 22
  32.     Picture.Data = {<image001.bmp>}
  33.     Visible = False
  34.   end
  35.   object btnExit: TButton
  36.     Left = 175
  37.     Top = 137
  38.     Width = 75
  39.     Height = 26
  40.     Cancel = True
  41.     Caption = 'E&xit'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 0
  45.   end
  46. end
  47.